home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / eepic / readme (.txt) < prev    next >
LaTeX Document  |  1993-01-11  |  5KB  |  91 lines

  1. EEPIC is a set of TeX macros for LaTeX. It includes several extensions to EPIC 
  2. and LaTeX picture drawing environement and provides several new commands.
  3. ------------------------------
  4. Additions to Version 1.00
  5. o new commands to draw filled cirlces and ellipsis.
  6. o new command to set line thickness to any width.
  7. o bugs in EEPICEMU.sty are fixed.
  8. ------------------------------
  9. Extensions to LaTeX and EPIC include:
  10. o drawing of lines in any slopes
  11. o drawing of circles in any radii
  12. o drawing of dotted lines and dash lines in a much faster way and much less 
  13.   TeX memory
  14. It also provides new commands for:
  15. o drawing ellipsis
  16. o drawing arcs
  17. o drawing of splines
  18. Please read the manual for details. 
  19. ************IMPORTANT**************
  20. The standard EEPIC style file generates tpic \special. If your printer does not 
  21. support those specials, you have to either change "eepic" in the 
  22. \documentstyle command to "eepicemu" or rename "eepicemu.sty" to "eepic.sty" 
  23. before formating the manual. "eepicemu.sty" is the emulation package of EEPIC 
  24. using EPIC and it does not generate any \special command. However, \arc 
  25. command is not supported in the emulation package. Hence, you will get 3 error 
  26. messages if you use "eepicemu" to format the manual. Furthermore, the 
  27. emulation package uses a lot more TeX memory. If your TeX run out of memory 
  28. during the formating of the manual, you can insert \clearpage between example 
  29. 3 and example 4 to put them on different pages.
  30. EPIC is an TeX macro package for use with LaTeX. It is written by 
  31. Sunil Podar, Dept of Computer Science, SUNY at Stony Brook, NY 11794.
  32. The "epic.sty" file is include in the distribution so that you can format the 
  33. manual. I strongly recommend everyone using EEPIC should get a full package of 
  34. EPIC. Information on getting EPIC and printer drivers that support tpic 
  35. specials are given at the end of this file.
  36. [ I tried to contact the author to get permission to include "epic.sty"  ] 
  37. [ in EEPIC distribution but I did not get any reply. I hope this is okay ]
  38. ********MISC***********
  39. o Any line beginning with "%%" in eepic.sty may be removed for efficiency
  40. *******E-MAIL Address*******
  41. % Internet : kwok@iris
  42. % csnet    : kwok@ucd.csnet
  43. % csnet    : kwok%iris.ucdavis.edu@csnet.relay
  44. % UUCP       : ...!ucbvax!ucdavis!iris!kwok
  45. --Conrad Kwok
  46. ----------------------------------------------------------------------
  47. First, thanks to all who have responsed to my question. It seems
  48. to me that not many DVI drivers currently support tpic
  49. specials but a number of people are planning to support tpic
  50. specials in their new DVI drivers. Here is the summary.
  51. 1) "iptex" written by Chris Torek --- This is for imagen printer. 
  52. It is included in the UNIX TeX distribution.  It is also
  53. available for anonymous ftp from a.cs.uiuc.edu in
  54. pub/TeX/iptex.tar
  55. 2) "texx" written by Dirk Grunwald --- DVI previewers for X11. 
  56. It supports most of the tpic specials but not all. It is part of
  57. the iptex package. See 1) above.
  58. 3) "texsun" written by Dirk Grunwald --- DVI previewers for
  59. Sunview window system. It supports most of the tpic specials. It
  60. is also part of the iptex package. See 1) above.
  61. 4) "dvips" written by Tomas Rokicki and tpic special codes are
  62. added by Dorab Patel --- A DVI to Postscript translator. It is
  63. available for anonymous ftp from labrea.stanford.edu.
  64. 5) L. Michael Gray in the University of New Hamsphire said he has
  65. modified dln01 (for DEC LN01S), dvi2ps and xdvi (for X10.4) to
  66. handle tpic specials. He may be reached at lmg%unhcs@RELAY.CS.NET.
  67. 6) "dviis" previewers for Integrated Solutions. I think it is
  68. available on june.cs.washington.edu.
  69. 7) DVI previewers written by Randy Buckland for VMS vaxstations.
  70. The program is written in Ada. The executable is available for
  71. anonymous ftp from argon.rti.org [128.109.139.64].
  72. 8) There are a number of DVI drivers in science.utah.edu but I
  73. don't know which one support tpic specials and who one don't.
  74. 9) Another "dvips" is available from a.cs.uiuc.edu in
  75. pub/TeX/dvips.tar.Z
  76. 10) quicspool that come with the distribution also supports tpic
  77. specials.
  78. Some of the information here come at second hand. Correct me if
  79. any of these are wrong. If you know any DVI drivers that support
  80. tpic specials but they are not list here. Please send me a
  81. message so that I can keep this list up-to-date.
  82. ================================================
  83. Additions to Version 1.1
  84. o new commands to do area fill for circles, ellipses, paths and
  85.   arcs.
  86. o allows user to define the area fill pattern. It may not work on
  87.   all dvi drivers but it is known to work using iptex.
  88. ================================================
  89. Thanks.
  90. --Conrad
  91.